Index: tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart |
diff --git a/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart b/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart |
index c5f3962a974a621f7461ec97b05b8611433307cb..1d06c47dcc744c4202354870cc52e79a8b384aa8 100644 |
--- a/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart |
+++ b/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart |
@@ -15,11 +15,11 @@ class T1B {} |
@Native("T1C") |
class T1C {} |
-makeT1A() native ; |
-makeT1B() native ; |
-makeT1C() native ; |
+makeT1A() native; |
+makeT1B() native; |
+makeT1C() native; |
-int getTagCallCount() native ; |
+int getTagCallCount() native; |
void setup() native r''' |
function T1A() { } // Normal native class. |