Update test error message
This commit is contained in:
parent
6c2af0fa68
commit
f9e463d85b
@ -20,7 +20,7 @@ function [out_vector]=basicVectorOperations(in_vector, numerator, denominator, k
|
|||||||
% out_vector - output vector that is the result of the operation
|
% out_vector - output vector that is the result of the operation
|
||||||
%
|
%
|
||||||
|
|
||||||
error(['Test from experimental-testing-live-code-edits 1']);
|
error(['Test from experimental-testing-live-code-edits 2']);
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
||||||
|
Loading…
Reference in New Issue
Block a user