Skip to content
Snippets Groups Projects
Commit 2f34d6b4 authored by Federico Felici's avatar Federico Felici Committed by Cristian Galperti
Browse files

Bugfix for assume

parent d3bfaa2d
Loading
......@@ -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