From 1e5021c2e3160c90cf22b4be93cafaf357625383 Mon Sep 17 00:00:00 2001 From: "Erin (Jianghua) Le" Date: Wed, 27 Nov 2024 04:10:51 -0800 Subject: [PATCH] tests: modify gem5/learning-gem5 ref file to fix failure (#1795) The test `ruby_test_test-ALL-x86_64-opt-MatchStdout` is currently failing because the reference file doesn't match the actual output. This PR changes the reference file to match. --- tests/gem5/learning_gem5/ref/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem5/learning_gem5/ref/test b/tests/gem5/learning_gem5/ref/test index 1e83a06f97..ab780fdaa5 100644 --- a/tests/gem5/learning_gem5/ref/test +++ b/tests/gem5/learning_gem5/ref/test @@ -1,3 +1,3 @@ Global frequency set at 1000000000 ticks per second Beginning simulation! -Exiting @ tick 9831 because Ruby Tester completed +Exiting @ tick 10011 because Ruby Tester completed