Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
7b1833af
Commit
7b1833af
authored
Apr 20, 2020
by
Mccaskey, Alex
Browse files
fixing build fail due to string formatting change
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
69a1063c
Pipeline
#98611
passed with stage
in 69 minutes and 10 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
xacc/accelerator/tests/AcceleratorBufferTester.cpp
View file @
7b1833af
...
...
@@ -97,7 +97,8 @@ TEST(AcceleratorBufferTester, checkLoad) {
}
]
}
})bufferStr"
;
}
)bufferStr"
;
AcceleratorBuffer
buffer
;
std
::
istringstream
s
(
bufferStr
);
...
...
@@ -157,7 +158,8 @@ TEST(AcceleratorBufferTester, checkLoadDwave) {
"010001": 100
}
}
})dwaveBuffer"
;
}
)dwaveBuffer"
;
AcceleratorBuffer
buffer
;
std
::
istringstream
s
(
dwaveBuffer
);
...
...
@@ -207,7 +209,8 @@ TEST(AcceleratorBufferTester, checkEmptyParametersBug) {
}
]
}
})str"
;
}
)str"
;
AcceleratorBuffer
b
;
std
::
istringstream
s
(
str
);
...
...
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