Index: tests/standalone_2/double_temp_test.dart |
diff --git a/tests/standalone/double_temp_test.dart b/tests/standalone_2/double_temp_test.dart |
similarity index 97% |
rename from tests/standalone/double_temp_test.dart |
rename to tests/standalone_2/double_temp_test.dart |
index aad52cbaaa762df5d411b2c81241151fc5f45384..da55ef37981a121cc026fe691b1aa4bece0c21c3 100644 |
--- a/tests/standalone/double_temp_test.dart |
+++ b/tests/standalone_2/double_temp_test.dart |
@@ -34,4 +34,5 @@ testUnaryOp() { |
var x = unary(1.0, 2.0); |
var y = unary(3.0, 4.0); |
Expect.equals(2.0, x); |
+ Expect.equals(12.0, y); |
} |