Merge pull request #2860 from nanjj/nanjj
Removed extra " in hashTest includes
This commit is contained in:
commit
6fafd700a7
|
@ -5,7 +5,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "taos.h""
|
#include "taos.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// the simple test code for basic operations
|
// the simple test code for basic operations
|
||||||
|
|
Loading…
Reference in New Issue