Skip to content

Commit 2e0def4

Browse files
pcullitoncopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 825613752
1 parent 8a100c1 commit 2e0def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/gemma_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ TEST_F(GemmaTest, CrossEntropySmall) {
180180
} // namespace gcpp
181181

182182
int main(int argc, char** argv) {
183-
testing::InitGoogleTest(&argc, argv);
184183
gcpp::InternalInit();
184+
testing::InitGoogleTest(&argc, argv);
185185
gcpp::GemmaTest::InitEnv(argc, argv);
186186
int ret = RUN_ALL_TESTS();
187187
gcpp::GemmaTest::DeleteEnv();

0 commit comments

Comments
 (0)