| Index: tests/language/call_nonexistent_static_test.dart
|
| diff --git a/tests/language/call_nonexistent_static_test.dart b/tests/language/call_nonexistent_static_test.dart
|
| index dd2835f6084b711957e542b0f0a6a9c2b03f4bd6..b97b54278f3f854279e62f8e5d6ab07edacaf22c 100644
|
| --- a/tests/language/call_nonexistent_static_test.dart
|
| +++ b/tests/language/call_nonexistent_static_test.dart
|
| @@ -24,7 +24,7 @@ expectNsme([void fun()]) {
|
| }
|
|
|
| alwaysThrows() {
|
| - throw new NoSuchMethodError(null, 'foo', [], {});
|
| + throw new NoSuchMethodError(null, const Symbol('foo'), [], {});
|
| }
|
|
|
| test01() {
|
|
|