From e59b9e7b0afdb049bec09fdbd2d8b744c97c894e Mon Sep 17 00:00:00 2001 From: Pagadarai Date: Fri, 22 Mar 2024 13:57:53 -0400 Subject: [PATCH] Removed spaces. Commit to prevent already-tested CI HDL tests from triggering. CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests Signed-off-by: Pagadarai --- test/NonHWTest.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/NonHWTest.m b/test/NonHWTest.m index 8ce6c5b8..268a87e4 100644 --- a/test/NonHWTest.m +++ b/test/NonHWTest.m @@ -1,17 +1,12 @@ classdef NonHWTest < matlab.unittest.TestCase - properties(TestParameter) rootClasses = getClasses(); end methods (Test) - function call_constructors(testCase,rootClasses) sdr = eval(['adi.',rootClasses,'()']); testCase.assertEqual(class(sdr),['adi.',rootClasses]); end - end - - end \ No newline at end of file