Unverified Commit 70ed718f authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Eliminate hardcoded SDK path name from test (#14628)

Eliminates the assumption that the flutter SDK is installed in a
directory named "flutter" from ticker_expectation.txt.
parent 2fe364fb
......@@ -6,7 +6,7 @@ An animation is still running even after the widget tree was disposed.
There was one transient callback left. The stack trace for when it was registered is as follows:
── callback 2 ──
<<skip until matching line>>
#[0-9]+ main.+ \(.+/flutter/dev/automated_tests/flutter_test/ticker_test\.dart:[0-9]+:[0-9]+\)
#[0-9]+ main.+ \(.+/dev/automated_tests/flutter_test/ticker_test\.dart:[0-9]+:[0-9]+\)
<<skip until matching line>>
════════════════════════════════════════════════════════════════════════════════════════════════════
.*..:.. \+0 -1: - Does flutter_test catch leaking tickers\? \[E\]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment