Chromium Code Reviews| Index: tests/corelib_strong/symbol_operator_test.dart |
| diff --git a/tests/corelib_strong/symbol_operator_test.dart b/tests/corelib_strong/symbol_operator_test.dart |
| index 981f44bedfe8f7838db4115dfc6041ad900d61de..3c42e09f75dda26f2d0980cecdc43e6ae675e5f0 100644 |
| --- a/tests/corelib_strong/symbol_operator_test.dart |
| +++ b/tests/corelib_strong/symbol_operator_test.dart |
| @@ -29,12 +29,12 @@ main() { |
| testSymbol(const Symbol("unary-"), -$, "unary-"); |
| testSymbolThrows(">>>"); /// 03: ok |
|
sra1
2017/03/21 01:43:47
//
sra1
2017/03/21 01:43:48
//
Jacob
2017/03/21 02:25:35
Done.
Jacob
2017/03/21 02:25:36
Done.
|
| - testSymbolThrows("!"); /// 03: continued |
| + testSymbolThrows("!"); // /// 03: continued |
| testSymbolThrows("&&"); /// 03: continued |
| testSymbolThrows("||"); /// 03: continued |
| - testSymbolThrows("?"); /// 03: continued |
| + testSymbolThrows("?"); // /// 03: continued |
| testSymbolThrows("?:"); /// 03: continued |
| - testSymbolThrows("#"); /// 03: continued |
| + testSymbolThrows("#"); // /// 03: continued |
| testSymbolThrows("//"); /// 03: continued |
| } |