Skip to content

Instantly share code, notes, and snippets.

diff --git a/conformance/functionalityTesting/createKernelsInProgram.html b/conformance/functionalityTesting/createKernelsInProgram.html
index 472fc04..1f0221f 100644
--- a/conformance/functionalityTesting/createKernelsInProgram.html
+++ b/conformance/functionalityTesting/createKernelsInProgram.html
@@ -89,7 +89,7 @@ try {
var data_float = new Float32Array(SIZE);
var data_square = new Float32Array(SIZE);
var result = new Float32Array(SIZE);
- var result_2 = new Float32Array(SIZE);
+ var result_2 = new Int32Array(SIZE);
FireBreath/src/libs/HTTPService/Platform/Platform_mac.cpp:101:16: error: no viable conversion from 'boost::filesystem::path' to 'std::wstring' (aka 'basic_string<wchar_t>')
std::wstring fn = path_to_investigate.filename();
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1/bits/basic_string.h:434:7: note: candidate constructor not viable: no known conversion from 'boost::filesystem::path' to 'const std::basic_string<wchar_t> &' for 1st argument
basic_string(const basic_string& __str);
...