projects
/
TDDC76.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884d0ff
)
Added another comment
author
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 12:14:42 +0000
(14:14 +0200)
committer
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 12:14:42 +0000
(14:14 +0200)
src/test.cc
patch
|
blob
|
history
diff --git
a/src/test.cc
b/src/test.cc
index c5d2a20ceb40844b3978c302dba87a6826439b49..b037c80846dcd16d3850d629575ac68c564c56ef 100644
(file)
--- a/
src/test.cc
+++ b/
src/test.cc
@@
-90,6
+90,7
@@
TEST_CASE("Noder")
}
TEST_CASE("Expression")
{
+ // Added another comment
Expression e{"(1+2)^3"};
}
TEST_CASE("Memory management")