Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
c75bdcbd
Commit
c75bdcbd
authored
Mar 10, 2021
by
Zhang, Chen
Browse files
fix syntax error in unit test
parent
76748139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataObjects/test/PeakTest.h
View file @
c75bdcbd
...
...
@@ -124,7 +124,7 @@ public:
}
void
test_ConstructorFromLeanElasticPeak
()
{
const
LeanElasticPeak
&
lpeak
=
p
(
V3D
(
1
,
2
,
3
));
const
LeanElasticPeak
&
lpeak
=
LeanElasticPeak
(
V3D
(
1
,
2
,
3
));
TS_ASSERT_THROWS_NOTHING
(
Peak
p
(
lpeak
,
inst
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment