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

Bugfix for assume

parent 4db7cf53
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,7 @@ classdef test_expcodes < matlab.unittest.TestCase
function test_compilation(testCase)
expcode_ignore_compile = 1006; % ignore for now, until fixed
testCase.assumeTrue(~any(testCase.expcode_obj.maincode ~= expcode_ignore_compile),...
'Ignoring test for %s',testCase.expcode_obj.maincode);
testCase.assumeTrue(~any(testCase.expcode_obj.maincode ~= expcode_ignore_compile))
node_to_compile = 'SCD_rtccode_02_02';
load_system(node_to_compile);
......
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