Skip to content

Commit

Permalink
TEST: Remove llvm label from pointer_01 and pointer_02
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Feb 7, 2024
1 parent 64713b8 commit f46ea5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ RUN(NAME struct_02.cpp LABELS gcc llvm NOFAST)
RUN(NAME struct_03.cpp LABELS gcc llvm NOFAST)
RUN(NAME struct_04.cpp LABELS gcc llvm NOFAST)

RUN(NAME pointer_01.cpp LABELS gcc llvm NOFAST)
RUN(NAME pointer_02.cpp LABELS gcc llvm NOFAST)
RUN(NAME pointer_01.cpp LABELS gcc)
RUN(NAME pointer_02.cpp LABELS gcc)
RUN(NAME pointer_03.cpp LABELS gcc llvm NOFAST)

RUN(NAME function_01.cpp LABELS gcc llvm NOFAST)

0 comments on commit f46ea5e

Please sign in to comment.