aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/check_cus.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_info_test/check_cus.py')
-rw-r--r--debug_info_test/check_cus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_info_test/check_cus.py b/debug_info_test/check_cus.py
index 88fcf275..f68fe9cb 100644
--- a/debug_info_test/check_cus.py
+++ b/debug_info_test/check_cus.py
@@ -5,9 +5,9 @@
import os
import subprocess
-import check_clang
+import check_ngcc
-cu_checks = [check_clang.is_built_with_clang]
+cu_checks = [check_ngcc.not_by_gcc]
def check_compile_unit(dso_path, producer, comp_path):
"""check all compiler flags used to build the compile unit.