Skip to content
Snippets Groups Projects
Commit 4af5e351 authored by Federico Felici's avatar Federico Felici
Browse files

Fix missing variable

parent 58f89737
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
function test_compilation(testCase)
expcode_ignore_compile = 1006;
testCase.assumeTrue(~any(testCase.expcode_obj.maincode == expcode_ignore_compile))
node_to_compile = 'SCD_rtccode_02_02';
node_to_compile = 'SCD_rtccode_02_03';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment