Skip to content

Commit

Permalink
Fix OSS test breakage
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588903549
  • Loading branch information
sarahjkim authored and copybara-github committed Dec 7, 2023
1 parent e0354f3 commit e130c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proxies/page_table/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ cc_test(
"@silifuzz//common:memory_state",
"@silifuzz//common:snapshot",
"@silifuzz//util:arch",
"@silifuzz//util/testing:status_macros",
"@com_google_absl//absl/cleanup",
"@com_google_googletest//:gtest_main",
],
Expand Down
1 change: 1 addition & 0 deletions proxies/page_table/memory_state_image_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "./common/snapshot.h"
#include "./proxies/page_table/page_table_test_util.h"
#include "./util/arch.h"
#include "./util/testing/status_macros.h"

namespace silifuzz::proxies {

Expand Down

0 comments on commit e130c5d

Please sign in to comment.