aboutsummaryrefslogtreecommitdiff
path: root/test/functionalities/thread/step_out/TestThreadStepOut.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functionalities/thread/step_out/TestThreadStepOut.py')
-rw-r--r--test/functionalities/thread/step_out/TestThreadStepOut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functionalities/thread/step_out/TestThreadStepOut.py b/test/functionalities/thread/step_out/TestThreadStepOut.py
index be894fdee..ac8d15e17 100644
--- a/test/functionalities/thread/step_out/TestThreadStepOut.py
+++ b/test/functionalities/thread/step_out/TestThreadStepOut.py
@@ -56,7 +56,7 @@ class ThreadStepOutTestCase(TestBase):
TestBase.setUp(self)
# Find the line number for our breakpoint.
self.breakpoint = line_number('main.cpp', '// Set breakpoint here')
- if any([x in self.getCompiler() for x in ["gcc", "icpc", "icl"]]):
+ if any([x in self.getCompiler() for x in ["gcc", "icc", "icpc", "icl"]]):
self.step_out_destination = line_number('main.cpp', '// Expect to stop here after step-out (icc and gcc)')
else:
self.step_out_destination = line_number('main.cpp', '// Expect to stop here after step-out (clang)')