Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt

Issue 2769573004: Regenerate kernel strong-mode baseline files (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/kernel/testcases/strong-mode/optional.baseline.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt b/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
index e2b593f36ebd17dfcd260c5db7b80dfb88aa01fa..0eac1ce9b98d04f792c68bf22d2f2f7234949f9d 100644
--- a/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
+++ b/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
@@ -14,5 +14,5 @@ static method loop(core::List<dynamic> xs) → void {
static method main() → dynamic {
self::foo(4, 5);
self::foo(6, 7);
- self::loop(<core::String>["dfg"]);
+ self::loop(<dynamic>["dfg"]);
}
« no previous file with comments | « no previous file | pkg/kernel/testcases/strong-mode/optional.baseline.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698