Skip to content

Commit 70ed718

Browse files
authored
Eliminate hardcoded SDK path name from test (flutter#14628)
Eliminates the assumption that the flutter SDK is installed in a directory named "flutter" from ticker_expectation.txt.
1 parent 2fe364f commit 70ed718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/automated_tests/flutter_test/ticker_expectation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An animation is still running even after the widget tree was disposed.
66
There was one transient callback left. The stack trace for when it was registered is as follows:
77
── callback 2 ──
88
<<skip until matching line>>
9-
#[0-9]+ main.+ \(.+/flutter/dev/automated_tests/flutter_test/ticker_test\.dart:[0-9]+:[0-9]+\)
9+
#[0-9]+ main.+ \(.+/dev/automated_tests/flutter_test/ticker_test\.dart:[0-9]+:[0-9]+\)
1010
<<skip until matching line>>
1111
════════════════════════════════════════════════════════════════════════════════════════════════════
1212
.*..:.. \+0 -1: - Does flutter_test catch leaking tickers\? \[E\]

0 commit comments

Comments
 (0)