Skip to content

Commit 5bc06fb

Browse files
committed
remove .clangd and fix rebase error
woops
1 parent f19d402 commit 5bc06fb

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

.clangd

Lines changed: 0 additions & 15 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
*.log
4141
.DS_STORE
4242
.idea
43+
.clangd
4344

4445
.vscode
4546
jsconfig.json

test/tests/graph.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe("Graph", function() {
5858
"26744fc697849d370246749b67ac43b792a4af0c"
5959
)
6060
.catch(function(result) {
61-
assert(~result.message.indexOf("81b06fac"));
6261
assert(~result.message.indexOf("object not found - no match for id"));
6362
});
6463
});

0 commit comments

Comments
 (0)