[test][loong64] Fix error when moving test-disasm-loong64

commit ce9d6d49bd

Bug: v8:12781
Change-Id: I2010281c04a26cd93fefabae98cf9a6585210013
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3687069
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Auto-Submit: Liu Yu <liuyu@loongson.cn>
Cr-Commit-Position: refs/heads/main@{#80916}
This commit is contained in:
Liu Yu 2022-06-02 19:52:49 +08:00 committed by V8 LUCI CQ
parent 22b4ab86ef
commit 56dd286445
2 changed files with 3 additions and 2 deletions

View File

@ -319,7 +319,7 @@ v8_source_set("cctest_sources") {
] ]
} else if (v8_current_cpu == "loong64") { } else if (v8_current_cpu == "loong64") {
sources += [ ### gcmole(arch:loong64) ### sources += [ ### gcmole(arch:loong64) ###
"test-disasm-loong64.cc", "test-assembler-loong64.cc",
"test-macro-assembler-loong64.cc", "test-macro-assembler-loong64.cc",
] ]
} }

View File

@ -35,7 +35,8 @@
#include "src/diagnostics/disassembler.h" #include "src/diagnostics/disassembler.h"
#include "src/execution/frames-inl.h" #include "src/execution/frames-inl.h"
#include "src/init/v8.h" #include "src/init/v8.h"
#include "test/cctest/cctest.h" #include "test/unittests/test-utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {