diff options
Diffstat (limited to 't/t4018/cpp-operator-definition')
-rw-r--r-- | t/t4018/cpp-operator-definition | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4018/cpp-operator-definition b/t/t4018/cpp-operator-definition index f2bd1678f9..1acd827159 100644 --- a/t/t4018/cpp-operator-definition +++ b/t/t4018/cpp-operator-definition @@ -1,5 +1,4 @@ Value operator+(Value LEFT, Value RIGHT) { ChangeMe; - broken; } |