summaryrefslogtreecommitdiff
path: root/simpleperf/read_dex_file_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/read_dex_file_test.cpp')
-rw-r--r--simpleperf/read_dex_file_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/read_dex_file_test.cpp b/simpleperf/read_dex_file_test.cpp
index 843a964c..a9860f83 100644
--- a/simpleperf/read_dex_file_test.cpp
+++ b/simpleperf/read_dex_file_test.cpp
@@ -27,6 +27,7 @@
using namespace simpleperf;
+// @CddTest = 6.1/C-0-2
TEST(read_dex_file, smoke) {
std::vector<Symbol> symbols;
auto symbol_callback = [&](DexFileSymbol* symbol) {